@import url("swiper-bundle.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #555;
  letter-spacing: 0px;

}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 60px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 9;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 5px;
  transform: translateY(-50%);
  top: 50%;
}
.rightMenu > a,
.rightMenu > span,
.rightMenu > div {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.15);
  border-radius: 1px;
}
.rightMenu > a a,
.rightMenu > span a,
.rightMenu > div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightMenu > a i,
.rightMenu > span i,
.rightMenu > div i {
  font-size: 24px;
  color: #0b5ed7;
}
.rightMenu > a:hover,
.rightMenu > span:hover,
.rightMenu > div:hover {
  background-color: #0b5ed7;
}
.rightMenu > a:hover i,
.rightMenu > span:hover i,
.rightMenu > div:hover i {
  color: #fff;
}
.rightMenu .goTop > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .goTop > a i {
  font-size: 22px;
}
.rightMenu .wx {
  cursor: pointer;
  position: relative;
}
.rightMenu .wx > img {
  display: none;
  position: absolute;
  right: calc(100% + 6px);
}
@media screen and (min-width: 992px) {
  .rightMenu .wx:hover > img {
    display: block;
  }
}
.rightMenu .ws {
  cursor: pointer;
  position: relative;
}
.rightMenu .ws > .hide_box {
  display: none;
  position: absolute;
  right: calc(100% + 6px);
  white-space: nowrap;
  padding: 5px 10px;
  background: #0b5ed7;
  color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .rightMenu .ws:hover > .hide_box {
    display: block;
  }
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #0b5ed7;
  right: 2.5%;
  top: 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 17px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header {
  background-color: rgba(0, 0, 0, 0.6);
}
header {
  padding-top: 2px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  background-color: #ffffff;
}
header::before {
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.07);
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
header .back {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 0px;
  background: #ffffff;
  opacity: 0.97;
  z-index: -2;
  transition: 0.3s ease-in-out;
  box-shadow: 1px 18px 18px 0px rgba(12, 41, 83, 0.12);
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .center {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
header .logoBox {
  width: 178px;
  flex-shrink: 0;
  margin-right: 25px;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #0b5ed7 !important;
}
header .menuOne.menuactive > a {
  color: #0b5ed7 !important;
}
header .menuOne {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #333;
  margin-right: 37px;
  position: relative;
}
header .menuOne > a {
  color: #333;
  position: relative;
  padding: 31px 0px;
}
header .menuOne > a:hover {
  color: #0b5ed7 !important;
}
header .menuOne .active > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .sousuo {
  margin-right: 2px;
}
header .sousuo .search {
  cursor: pointer;
  filter: brightness(0);
}
header .sousuo .search:hover {
  filter: none;
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
header .sousuo .form_box {
  padding: 6% 30px;
  background: #fafafa;
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
header .sousuo .search_hide:hover {
  color: #0b5ed7;
}
header .sousuo form {
  overflow: hidden;
  border-bottom: 1px solid #333;
  z-index: 2;
  margin: 0px auto;
  width: 600px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
header .sousuo form input:nth-of-type(1) {
  height: 42px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 18px;
  color: #2f3135;
  background: none;
  width: 100%;
  flex: 1;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #0b5ed7;
}
header .ul {
  min-width: 278px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul div {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px 0px;
}
header .ul li {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
header .ul li a {
  display: flex;
  justify-content: space-between;
  gap: 0px 10px;
  color: #333;
  white-space: nowrap;
  position: relative;
  padding: 24px 0px;
}
header .ul li a:hover {
  color: #0b5ed7;
}
header .ul li span {
  transition: 0s;
}
header .ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .ul1 {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-left: 0px;
  padding-top: 1px !important;
}
header .lang {
  position: relative;
  cursor: pointer;
  margin-right: 23px;
  margin-left: 38px;
}
header .lang:hover p {
  background: #fff;
}
header .lang:hover i,
header .lang:hover .xiangxia,
header .lang:hover span {
  color: #333;
  transition: 0s;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  min-width: 84px;
  height: 38px;
  background-color: #0b5ed7;
  border: 1px solid #0b5ed7;
  border-radius: 21px;
  cursor: pointer;
  transition: 0.3s;
  padding: 0px 8px;
  gap: 0px 6px;
}
header .lang .lang_box:hover {
  background: #fff;
}
header .lang .lang_box:hover .xiangxia {
  color: #0b5ed7;
}
header .lang .lang_box:hover .icon-diqiu {
  color: #0b5ed7;
}
header .lang .lang_box:hover span {
  color: #0b5ed7;
}
header .lang .lang_box .icon-diqiu {
  font-size: 22px;
  color: #333333;
}
header .lang .lang_box .xiangxia {
  font-size: 12px;
  color: #fff;
  transform: scale(0.8);
}
header .lang .lang_box span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fff;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 100px;
  background-color: #fff;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #0b5ed7;
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
  border-bottom: 1px dashed #0b5ed7;
}
header .lang > ul li a:hover {
  color: #0b5ed7;
}
.fyhead .menuOne > a {
  padding: 22px 0px;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  min-width: 171px;
  height: 47px;
  background-color: #0b5ed7;
  border: 1px solid #0b5ed7;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 5px 15px;
}
.buttonBox a:hover {
  color: #0b5ed7;
  background: #fff;
}
.buttonBox span {
  margin-left: 16px;
  transition: 0s;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox img {
  width: 100%;
}
.bannerBox .bannerbt {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 44.7%;
  transform: translate(-50%, -50%);
  font-size: 52px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 85px;
  letter-spacing: 0px;
  color: #ffffff;
}
.PageNumber {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: Poppins-Regular;
  width: 100%;
  gap: 10px 3px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  width: 36px;
  height: 36px;
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 7px;
}
.PageNumber a i {
  font-size: 12px;
  transition: 0s;
}
.PageNumber a:hover {
  background: #0b5ed7;
  color: #fff;
}
.PageNumber .active {
  background: #0b5ed7;
  color: #fff;
}
.PageNumber a.no:hover{ 
background: #ebebeb !important;
  color: #333333 !important;}
.PageNumber .p_f {
  width: 79px;
}
.PageNumber .p_l {
  width: 61px;
}
.PageNumber input {
  min-width: 167px;
  height: 39px;
  background-color: #0b5ed7;
  font-family: Poppins-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #0b5ed7;
}
.PageNumber input:hover {
  color: #0b5ed7;
  background: #fff;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
}
.PageNumber .submit i {
  font-size: 18px;
  color: #0b5ed7;
  margin-left: 5px;
}
.padding_top {
  padding-top: 100px;
}
.little_title {
  font-family: Poppins-Regular;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #0b5ed7;
}
.big_title {
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 58px;
  letter-spacing: 0px;
  color: #333333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #0b5ed7;
}
.index_banner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9;
  display: block \9\0;
}
@media screen and (max-width: 991px) {
  .index_banner video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index1 {
  padding: 109px 0px 79px;
}
.index1 .title_top {
  align-items: center;
}
.index1 .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.index1 .describe1 {
  margin-top: 10px;
}
.index1 .buttonBox {
  margin-bottom: 2px;
}
.index1 .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.index1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 60px;
}
.index1 .tl_box {
  flex: 1;
}
.index1 .l_box {
  width: 62.572%;
}
.index1 .r_box {
  width: 35.786%;
}
.index1 .r_box .box1 {
  padding-top: 23px;
}
.index1 .title {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.index1 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index1 .title a:hover {
  color: #0b5ed7;
}
.index1 .describe2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
.index1 .link {
  width: 62px;
  height: 62px;
  background-color: #ffffff;
  border: solid 1px #0b5ed7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 19px;
}
.index1 .link i {
  font-size: 13px;
  color: #0b5ed7;
}
.index1 .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 5px 8%;
}
.index1 .box1 {
  padding-top: 21px;
  flex: 1;
}
.index2 .container {
  padding: 5.95% 0px 18.79%;
  background: url("../img/index2_back.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.index2 .little_title {
  color: #fff;
}
.index2 .big_title {
  color: #fff;
  line-height: 56px;
}
.index2 .big_title a {
  color: #fff;
}
.index2 .big_title a:hover {
  color: #0b5ed7;
}
.index2 .describe {
  margin-top: 26px;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index2 .box {
  width: 60%;
  max-width: 690px;
}
.index2 .buttonBox {
  margin-top: 38px;
}
.index2 .buttonBox a {
  background: #fff;
  border: 1px solid #fff;
  color: #333;
}
.index2 .buttonBox a:hover {
  background: #0b5ed7;
  border: 1px solid #0b5ed7;
  color: #fff;
}
.index2 .bofangBox {
  top: 64.3%;
}
.index2 .big_box {
  display: flex;
  align-items: flex-end;
  color: #fff;
  gap: 0px 3px;
}
.index2 .big_text {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #ffffff;
}
.index2 .number_box {
  background: #0b5ed7;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 44px 0px 27px;
  margin-top: -134px;
  position: relative;
  z-index: 1;
}
.index2 .number_box li {
  width: 20%;
  padding: 20px;
  display: flex;
  justify-content: center;
  position: relative;
}
.index2 .number_box li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  max-height: 49px;
  border-right: 1px solid #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.4;
}
.index2 .number_box li:nth-of-type(5n)::before {
  display: none;
}
.index2 .j-hdata1 {
  line-height: 40px;
}
.index2 .small_text {
  font-size: 18px;
  line-height: 24px;
}
.index2 .little_text {
  font-size: 24px;
  line-height: 30px;
}
.index2 .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 10px;
}
.index3 {
  padding: 78px 0px 123px;
  overflow: hidden;
}
.index3 .big_title {
  line-height: 52px;
}
.index3 .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 13px;
}
.index3 .l_box {
  padding-bottom: 10px;
}
.index3 .sw_box {
  margin-top: 54px;
  width: 100%;
}
.index3 .swiper {
  overflow: initial;
}
.index3 .imgBox {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.index3 .imgBox::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #0b5ed7;
  opacity: 0;
  transition: 0.3s;pointer-events: none;
}
.index3 .swiper-slide:hover .imgBox::before {
  opacity: 0.6;
}
.index3 .title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 21px;
}
.index3 .title a {
  color: #333;
}
.index3 .title a:hover {
  color: #0b5ed7;
}
.index3 .title_top {
  align-items: flex-end;
}
.oo .big_title {
  line-height: 52px;
  position: relative;
  padding-bottom: 23px;
}
.oo .big_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 63px;
  height: 3px;
  background-color: #0b5ed7;
}
.oo1 {
  display: flex;
  align-items: flex-start;
  gap: 0px 5%;
  padding: 95px 0px 89px;
}
.oo1 .l_box {
  flex: 1;
}
.oo1 .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.oo1 .describe {
  color: #555;
  text-indent: 1em;
  margin-top: 21px;
}
.oo1 .r_box {
  width: 75.215%;
}
.oo1 .logo {
  width: 54px;
  height: 54px;
}
.oo1 .logo img {
  max-width: 100%;
  max-height: 100%;
}
.oo1 .title_list {
  margin-top: 21px;
}
.oo1 .text {
  font-size: 18px;
  color: #666;
  margin-top: 5px;
}
.oo1 .list {
  display: flex;
  justify-content: space-between;
  gap: 20px 5%;
  margin-top: 84px;
}
.oo1 .list li {
  padding: 0px 17px;
  position: relative;
}
.oo1 .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 0;
  height: calc(100% - 7px);
  border-left: 2px solid #d7d7d7;
}
.oo1 .list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 0;
  height: 52px;
  border-left: 5px solid #0b5ed7;
}
.oo2 .bofangBox {
  top: 50.5%;
}
.oo2 .big_box {
  display: flex;
  align-items: flex-end;
  color: #fff;
  gap: 0px 3px;
}
.oo2 .big_text {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #ffffff;
}
.oo2 .number_box {
  background: #0b5ed7;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 44px 0px 27px;
  margin-top: -134px;
  position: relative;
  z-index: 1;
}
.oo2 .number_box li {
  width: 20%;
  padding: 20px;
  display: flex;
  justify-content: center;
  position: relative;
}
.oo2 .number_box li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  max-height: 49px;
  border-right: 1px solid #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.4;
}
.oo2 .number_box li:nth-of-type(5n)::before {
  display: none;
}
.oo2 .j-hdata1 {
  line-height: 40px;
}
.oo2 .small_text {
  font-size: 18px;
  line-height: 24px;
}
.oo2 .little_text {
  font-size: 24px;
  line-height: 30px;
}
.oo2 .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 10px;
}
.oo2 .box {
  position: relative;
}
.oo3 {
  padding: 95px 0px 80px;
}
.oo3 .logo {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.oo3 .logo img {
  max-height: 100%;
}
.oo3 .list {
  margin-top: 69px;
  display: flex;
  flex-wrap: wrap;
}
.oo3 li {
  width: 25%;
  border-right: 1px solid #a1a1a1;
  padding: 0px 20px;
}
.oo3 li:nth-last-of-type(1) {
  border-right: none;
}
.oo3 .text {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 16px;
}
.oo3 .describe {
  color: #333;
  margin-top: 22px;
  text-align: center;
}
.oo3 .box {
  position: relative;
}
.oo3 .box:hover .link {
  opacity: 1;
}
.oo3 .link {
  position: absolute;
  width: 46px;
  z-index: 1;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.oo3 .link img {
  width: 100%;
}
.oo3 .sw_box {
  margin-top: 67px;
}
.oo3 .swiper_button {
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}
.oo4 {
  background: url("../img/oo4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 96px 0px 33px;
}
.oo4 .little_title {
  color: #fff;
}
.oo4 .big_title {
  color: #fff;
}
.oo4 .big_title::before {
  background: #fff;
}
.oo4 .time {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}
.oo4 .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 14px;
}
.oo4 .sw_box {
  position: relative;
  margin-top: 89px;
}
.oo4 .sw_box::before {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #fff;
  left: 0;
  top: 9px;
  position: absolute;
}
.oo4 .dian {
  width: 19px;
  height: 19px;
  background: transparent;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
}
.oo4 .dian::before {
  content: "";
  width: 7px;
  height: 7px;
  background: transparent;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  position: absolute;
}
.oo4 .dian::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: 0.3s;
}
.oo4 .box {
  margin-top: 20px;
  transition: 0.3s;
  background-color: transparent;
  border: solid 1px transparent;
  border-radius: 8px;
  padding: 15px 15px 21px;
}
.oo4 .swiper-slide:hover .time {
  font-weight: bold;
}
.oo4 .swiper-slide:hover .dian {
  background: #fff;
}
.oo4 .swiper-slide:hover .dian::after {
  opacity: 0;
}
.oo4 .swiper-slide:hover .dian::before {
  background: #0b5ed7;
}
.oo4 .swiper-slide:hover .box {
  background-color: rgba(255, 255, 255, 0.25);
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.oo4 .swiper_button i {
  color: #fff;
}
.oo4 .swiper_button div:hover {
  background: rgba(255, 255, 255, 0.25);
}
.oo5 {
  padding: 78px 0px 34px;
  overflow: hidden;
}
.oo5 .title_top {
  align-items: center;
}
.oo5 .swiper {
  overflow: initial;
  padding: 37px 0px;
}
.oo5 .small_box {
  background-color: #ffffff;
  box-shadow: 0px 3px 20px 0px rgba(25, 99, 208, 0.09);
  border-radius: 15px;
  border: solid 1px #ffffff;
  min-height:250px;
  display:flex;
  justify-content: center;
flex-direction: column;
}
.oo5 .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.oo5 .sw_box {
  margin-top: 57px;
}
.oo5 .small_box {
  padding: 64px 35px 61px; height:100%;
}
.oo5 .describe {
  margin-top: 7px;
  color: #555;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.oo5 .buttonBox {
  margin-bottom: 6px;
}
.oo5 .swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s 0.1s;
  position: relative;
  height:auto;
}
.oo5 .swiper-slide:hover {
  z-index: 1;
}
.oo5 .swiper-slide:hover .big_box {
  opacity: 1;
}
.oo5 .big_box {
  width: calc(100% + 122px);
  height: calc(100% + 74px);
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("../img/oo5_back.jpg") no-repeat center;
  background-size: cover;
  transform: translate(-50%, -50%);
  padding: 28px 35px 0px 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  opacity: 0;
  transition: 0.3s;
  border-radius: 15px;
  overflow: hidden;
}
.oo5 .big_box .title {
  color: #fff;
  margin-top: -6px;
  width: 100%;
}
.oo5 .big_box .describe {
  width: 100%;
  color: #fff;
  margin-top: 23px;
}
.oo5 .swiper-slide-active,
.oo5 .swiper-slide-next,
.oo5 .swiper-slide-next + .swiper-slide {
  opacity: 1;
  pointer-events: initial;
  transition: 0.3s 0s;
}
.oo5 .swiper_button {
  width: 100%;
  justify-content: center;
  margin-top: 38px;
}
.oo5 .img_box {
  width: 53%;
  max-width: 237px;
}
.oo6 {
  padding-bottom: 136px;
}
.oo6 .menu {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px 11px;
}
.oo6 .menu span {
  color: #333;
  min-width: 124px;
  min-height: 47px;
  background-color: #ffffff;
  border-radius: 24px;
  border: solid 1px #888888;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 15px;
}
.oo6 .menu span:hover {
  background: #0b5ed7;
  border: 1px solid #0b5ed7;
  color: #fff;
}
.oo6 .menu .active {
  background: #0b5ed7;
  border: 1px solid #0b5ed7;
  color: #fff;
}
.oo6 .title_top {
  align-items: flex-end;
}
.oo6 .container {
  margin-top: 60px;
}
.oo6 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 19px 1.6775%;
}
.oo6 li {
  width: 32.215%;
  border-radius: 10px;
  overflow: hidden;
}
.ot .big_title {
  line-height: 52px;
  position: relative;
  padding-bottom: 23px;
}
.ot .big_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 63px;
  height: 3px;
  background-color: #0b5ed7;
}
.ot_container {
  padding: 94px 0px 118px;
}
.ot_container .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.ot_container .describe {
  color: #555;
  margin-top: 23px;
}
.ot_container li {
  display: flex;
  flex-wrap: wrap;
}
.ot_container .r_box {
  width: 50%;
}
.ot_container .l_box {
  flex: 1;
  background: #f9f9f9;
  position: relative;
}
.ot_container .box {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 42px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.ot_container .box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ot_container .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.ot_container .box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ot_container li:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.ot_container .list {
  margin-top: 47px;
}
.swiper_button {
  display: flex;
  align-items: center;
  gap: 6px;
}
.swiper_button i {
  font-size: 13px;
  transition: 0s;
  color: #333;
}
.swiper_button div {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  color: #333;
}
.swiper_button div:hover {
  background: #0b5ed7;
  color: #fff;
}
.swiper_button div:hover i {
  color: #fff;
}
.title_top {
  display: flex;
  justify-content: space-between;
  gap: 5px 5%;
  flex-wrap: wrap;
}
.pub_menu {
  border-bottom: 1px solid #e1e1e1;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.pub_menu .content {
  display: flex;
  flex-wrap: wrap;
}
.pub_menu a {
  text-align: center;
  width: 18.643%;
  color: #333;
  min-height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0px 10px;
}
.pub_menu a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  max-height: 48px;
  border-right: 1px solid #e1e1e1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}
.pub_menu a:hover {
  background: #0b5ed7;
  color: #fff;
}
.pub_menu a:hover::before {
  border-right: 1px solid #fff;
}
.pub_menu .active {
  background: #0b5ed7;
  color: #fff;
}
.pub_menu .active::before {
  border-right: 1px solid #fff;
}
.pub_menu1 {
  border-bottom: 1px solid #e1e1e1;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.pub_menu1 .content {
  display: flex;
  flex-wrap: wrap;
}
.pub_menu1 a {
  text-align: center;
  width: 16.666%;
  color: #333;
  min-height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5px 5px;
}
.pub_menu1 a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  max-height: 48px;
  border-right: 1px solid #e1e1e1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}
.pub_menu1 a:hover {
  background: #0b5ed7;
  color: #fff;
}
.pub_menu1 a:hover::before {
  border-right: 1px solid #fff;
}
.pub_menu1 .active {
  background: #0b5ed7;
  color: #fff;
}
.pub_menu1 .active::before {
  border-right: 1px solid #fff;
}
.pub_menu1 a:nth-of-type(6n)::before {
  display: none;
}
.to .big_title {
  line-height: 52px;
  position: relative;
  padding-bottom: 23px;
}
.to .big_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 63px;
  height: 3px;
  background-color: #0b5ed7;
}
.to1 {
  background: #fbfbfb;
  padding: 75px 0px 42px;
}
.to1 .big_title {
  text-align: center;
}
.to1 .big_title::before {
  left: 50%;
  transform: translateX(-50%);
}
.to1 .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 19px;
}
.to1 .imgBox {
  margin-top: 22px;
}
.to2 {
  display: flex;
  flex-direction: column;
  gap: 50px 0px;
  padding: 60px 0px 113px;
}
.to2 .big_title {
  padding-bottom: 21px;
}
.to2 .describe {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #333;
  margin-top: 26px;
}
.to2 .buttonBox {
  margin-top: 42px;
}
.to2 .buttonBox a {
  min-width: 152px;
  background: #fff;
  color: #0b5ed7;
  border: 1px solid #0b5ed7;
}
.to2 .buttonBox a:hover {
  background: #0b5ed7;
  color: #fff;
}
.to2 .r_box {
  width: 49.725%;
}
.to2 figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.to2 .l_box {
  width: 46.6%;
}
.to2 figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.to2 figure:nth-of-type(even) .r_box {
  width: 49.215%;
}
.to2 figure:nth-of-type(even) .describe {
  color: #555;
}
.tt .big_title,
.tth .big_title,
.tfu .big_title,
.tho .big_title,
.fuo .big_title,
.fo .big_title {
  line-height: 52px;
  position: relative;
  padding-bottom: 23px;
}
.tt .big_title::before,
.tth .big_title::before,
.tfu .big_title::before,
.tho .big_title::before,
.fuo .big_title::before,
.fo .big_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 63px;
  height: 3px;
  background-color: #0b5ed7;
}
.tt1 {
  padding: 75px 0px 76px;
  background: #fbfbfb;
}
.tt1 .big_title {
  text-align: center;
}
.tt1 .big_title::before {
  left: 50%;
  transform: translateX(-50%);
}
.tt1 .describe {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 16px;
}
.tt1 .r_box {
  width: 76.358%;
  padding-top: 37px;
}
.tt1 .box {
  padding-left: 22px;
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px 5.8%;
}
.tt1 h1 {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 24px;
  padding-left: 22px;
}
.tt1 .describe1 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  min-width: 28%;
}
.tt1 .describe1 em {
  display: inline;
  font-style: normal;
  font-weight: bold;
  color: #333;
}
.tt1 .describe1 p {
  padding-left: 13px;
  position: relative;
}
.tt1 .describe1 p::before {
  content: "";
  width: 5px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 0;
}
.tt1 .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 32px;
  margin-top: 62px;
}
.tt1 .l_box {
  flex: 1;
}
.tt2 {
  padding-top: 18px;
}
.tth .pub1 .describe {
  color: #333;
}
.tth1 {
  background: #fbfbfb;
  padding: 75px 0px 138px;
}
.tth1 .big_title {
  text-align: center;
}
.tth1 .big_title::before {
  left: 50%;
  transform: translateX(-50%);
}
.tth1 .bt {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  width: 100%;
  max-width: 890px;
  text-align: center;
  margin: 22px auto 0px;
}
.tth1 h1 {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  padding-bottom: 40px;
}
.tth1 h1::before {
  content: "";
  width: 100%;
  max-width: 395px;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #e1e1e1;
}
.tth1 .describe {
  margin-top: 25px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.tth1 .describe p {
  padding-left: 13px;
  position: relative;
}
.tth1 .describe p::before {
  content: "";
  width: 5px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 0;
}
.tth1 .container {
  display: flex;
  justify-content: space-between;
  gap: 15px 18px;
  align-items: center;
  margin-top: 97px;
}
.tth1 .r_box {
  width: 49%;
  padding-bottom: 4.3%;
}
.tth1 .l_box {
  flex: 1;
}
.tth2 {
  padding: 94px 0px 25px;
}
.tth2 .big_title {
  text-align: center;
}
.tth2 .big_title::before {
  left: 50%;
  transform: translateX(-50%);
}
.tth2 .bt {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #555555;
  text-align: center;
  margin-top: 33px;
}
.tth2 .container {
  margin-top: 38px;
}
.tth2 .container img{ max-width:100%;}
.tfu .pub1 {
  background: #fff;
  margin-top: 0px !important;
}
.tfu1 {
  background: #fbfbfb;
  padding: 75px 0px 0px;
}
.tfu1 .big_title {
  text-align: center;
}
.tfu1 .big_title::before {
  left: 50%;
  transform: translateX(-50%);
}
.tfu1 .bt {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  width: 100%;
  max-width: 890px;
  text-align: center;
  margin: 22px auto 0px;
}
.tfu2 h1 {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  padding-bottom: 40px;
}
.tfu2 h1 a {
  color: #333;
}
.tfu2 h1 a:hover {
  color: #0b5ed7;
}
.tfu2 h1::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #e1e1e1;
}
.tfu2 .describe {
  margin-top: 25px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tfu2 .describe p {
  padding-left: 13px;
  position: relative;
}
.tfu2 .describe p::before {
  content: "";
  width: 5px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 0;
}
.tfu2 .content {
  display: flex;
  justify-content: space-between;
  gap: 15px 18px;
  align-items: center;
}
.tfu2 .buttonBox {
  margin-top: 37px;
}
.tfu2 .buttonBox a {
  min-width: 152px;
  background: #fff;
  color: #0b5ed7;
  border: 1px solid #0b5ed7;
}
.tfu2 .buttonBox a:hover {
  background: #0b5ed7;
  color: #fff;
}
.tfu2 .r_box {
  width: 49%;
  padding-top: 1.7%;
  padding-right: 35px;
}
.tfu2 .l_box {
  flex: 1;
}
.tfu2 figure:nth-of-type(odd) {
  background: #fbfbfb;
}
.tfu2 figure {
  padding: 97px 0px 138px;
}
.tho1 {
  background: #fbfbfb;
  padding: 74px 0px 72px;
}
.tho1 .big_title {
  text-align: center;
}
.tho1 .big_title::before {
  left: 50%;
  transform: translateX(-50%);
}
.tho1 .bt {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 16px;
}
.tho1 .buttonBox {
  justify-content: center;
  margin-top: 35px;
}
.tho1 .buttonBox a {
  min-width: 152px;
}
.tho1 .l_box {
  flex: 1;
}
.tho1 .r_box {
  width: 55.572%;
  padding-bottom: 22px;
}
.tho1 h1 {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.tho1 .describe {
  line-height: 30px;
  color: #333;
  margin-top: 23px;
}
.tho1 .describe1 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 31px;
}
.tho1 .describe1 p {
  border-bottom: 1px solid #e1e1e1;
  padding: 18px 0px;
}
.tho1 .describe1 em {
  font-style: normal;
  font-weight: bold;
}
.tho1 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px 5.2%;
  margin-top: 68px;
}
.tho2 {
  background: #fbfbfb;
  padding-bottom: 88px;
}
.tho2 .big_title {
  text-align: center;
}
.tho2 .big_title::before {
  left: 50%;
  transform: translateX(-50%);
}
.tho2 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px 3.821%;
  margin-top: 41px;
}
.tho2 figure {
  width: 30.786%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.tho2 .imgBox {
  border-radius: 15px;
  border: solid 1px #e1e1e1;
  overflow: hidden;
}
.tho2 .name {
  margin-top: 24px;
}
.tho2 .text {
  margin-top: 6px;
}
.tho2 .box {
  padding: 0px 12px;
}
.tho3 {
  padding: 85px 0px 103px;
}
.tho3 .big_title {
  text-align: center;
  padding-bottom: 0px !important;
}
.tho3 .big_title::before {
  display: none;
}
.tho3 .container {
  display: flex;
  flex-direction: column;
  gap: 22px 0px;
  margin-top: 43px;
}
.tho3 .container1 {
  margin-top: 23px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px 0px;
}
.tho3 .container1 figure {
  width: 48.643%;
}
.fuo_container {
  padding: 96px 0px 102px;
}
.fuo_container .list {
  display: flex;
  flex-wrap: wrap;
  gap: 58px 2.8565%;
  margin-top: 75px;
}
.fuo_container li {
  width: 31.429%;
}
.fuo_container .name {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 19px;
}
.fuo_container .PageNumber {
  margin-top: 83px;
}
.fo_container {
  background: #f9f9f9;
  padding: 75px 0px 149px;
}
.fo_container .list {
  display: flex;
  flex-wrap: wrap;
  gap: 37px 3.821%;
  margin-top: 76px;
}
.fo_container .big_title {
  text-align: center;
}
.fo_container .big_title::before {
  left: 50%;
  transform: translateX(-50%);
}
.fo_container li {
  width: 30.786%;
}
.fo_container li .imgBox {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.fo_container li .imgBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0b5ed7;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  transition: 0.3s;
}
.fo_container li .imgBox:hover::before {
  opacity: 0.8;
}
.fo_container .name {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 18px;
}
.fo_container .name a {
  color: #333;
}
.fo_container .name a:hover {
  color: #0b5ed7;
}
.fo_container .PageNumber {
  margin-top: 94px;
}
.ft_container {
  background: #f9f9f9;
}
.ft1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 81px 0px 0px;
}
.ft1 .l_box {
  width: 48.5%;
  border-radius: 15px;
  overflow: hidden;
}
.ft1 h1 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
}
.ft1 .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 36px;
}
.ft1 .buttonBox {
  margin-top: 15.5%;
}
.ft1 .buttonBox a {
  min-width: 168px;
}
.ft1 .r_box {
  width: 47.9%;
  padding-top: 6.85%;
}
.ft2 {
  padding: 93px 0px 86px;
}
.ft2 .title_top {
  align-items: center;
}
.ft2 .imgBox {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.ft2 .imgBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0b5ed7;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  transition: 0.3s;
}
.ft2 .imgBox:hover::before {
  opacity: 0.8;
}
.ft2 .name {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 18px;
}
.ft2 .name a {
  color: #333;
}
.ft2 .name a:hover {
  color: #0b5ed7;
}
.ft2 .sw_box {
  margin-top: 44px;
}
.so_container {
  background: #fbfbfb;
  padding: 96px 0px 79px;
}
.so_container .content {
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 68px 70px 72px 84px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.so_container .title {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #0b5ed7;
}
.so_container .bt {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  margin-top: 8px;
  color: #888888;
}
.so_container .xian {
  display: block;
  width: 15px;
  border-bottom: 1px solid #999;
  margin-top: 21px;
}
.so_container .logo {
  width: 62px;
  height: 63px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.so_container .list {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #555555;
  display: flex;
  flex-direction: column;
  gap: 25px 0px;
  margin-top: 23px;
}
.so_container .list a {
  color: #555;
}
.so_container .list a:hover {
  color: #0b5ed7;
}
.so_container .box {
  flex: 1;
}
.so_container li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.so_container form {
  gap: 13px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.so_container form > * {
  width: 100%;
}
.so_container form .int {
  width: 48.5%;
}
.so_container form input,
.so_container form textarea {
  display: block;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0px;
  width: 100%;
  resize: none;
  outline: none;
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 20px;
  transition: 0.3s;
}
.so_container form input::placeholder,
.so_container form input::-webkit-input-placeholder,
.so_container form textarea::placeholder {
  color: #999999;
}
.so_container form input {
  height: 50px;
}
.so_container form textarea {
  height: 120px;
  padding-top: 10px;
}
.so_container form .submit {
  margin-top: 4px;
}
.so_container form .submit input {
  width: 100%;
  font-size: 16px;
  color: #fff;
  background: #0b5ed7;
  border: 1px solid #0b5ed7;
  height: 57px;
  transition: 0.3s;
  cursor: pointer;
}
.so_container form .submit input:hover {
  background: #fff;
  color: #0b5ed7;
}
.so_container form .hd {
  position: relative;
}
.so_container form .hd::before {
  content: '*';
  font-size: 14px;
  line-height: 10px;
  color: #ff0000;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.so_container form .hd input,
.so_container form .hd textarea {
  padding: 0px 32px;
}
.so_container form .yzm {
  display: flex;
  align-items: center;
}
.so_container form .yzm input {
  flex: 1;
}
.so_container form .yzm span,
.so_container form .yzm a {
  border: solid 1px #ebebeb;
  margin-left: 26px;
  height: 50px;
  cursor: pointer;
}
.so_container form .yzm span img,
.so_container form .yzm a img {
  height: 100%;
}
.so_container .l_box {
  flex: 1;
  padding-bottom: 28px;
}
.so_container .r_box {
  width: 53%;
}
.tt .describe{
  font-size: 24px;
}
.pub1 {
  background: #fbfbfb;
  padding: 66px 0px 101px;
  margin-top: 80px;
}
.pub1 .title1 {
  text-align: center;
  padding-bottom: 0px !important;
}
.pub1 .title1::before {
  display: none;
}
.pub1 .describe {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #555;
  margin-top: 32px;
}
.pub1 .buttonBox {
  margin-top: 42px;
}
.pub1 .buttonBox a {
  min-width: 152px;
  background: #fff;
  color: #0b5ed7;
  border: 1px solid #0b5ed7;
}
.pub1 .buttonBox a:hover {
  background: #0b5ed7;
  color: #fff;
}
.pub1 .l_box {
  width: 46.6%;
  padding-top: 2.3%;
}
.pub1 figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pub1 .r_box {
  width: 49.215%;
}
.pub1 .big_title {
  padding-bottom: 33px;
}
.pub1 .container {
  margin-top: 60px;
}
footer {
  background: #ebebeb;
}
footer .share{
  margin-top: 21px;
}
footer .lif {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  padding: 17px 3px;
}
footer .lif a {
  color: #333;
}
footer .lif a:hover {
  color: #0b5ed7;
}
footer .lif::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #0b5ed7;
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .lif::after {
  content: "";
  width: 13px;
  height: 3px;
  background-color: #0b5ed7;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .lif + * {
  line-height: 36px;
  color: #666;
  margin-top: 37px;
}
footer .lif + * a {
  color: #666;
}
footer .lif + * a:hover {
  color: #0b5ed7;
}
footer .img_box {
  color: #666;
  text-align: center;
  width: 100%;
  max-width: 146px;
}
footer .img_box p {
  margin-top: 4px;
}
footer .ul1 {
  width: 13.429%;
}
footer .ul2 {
  width: 25.429%;
  margin-right: 16px;
}
footer .ul3 {
  width: 21.3%;
  margin-right: 30px;
}
footer .ul3 li * {
  display: inline;
}
footer .box {
  width: 13.429%;
}
footer .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0px 15px;
}
footer .footer_a {
  padding: 69px 0px 84px;
}
footer .footer_a .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0px 10px;
}
footer .footer_b {
  padding: 25px 0px 55px;
  background: #0b5ed7;
  color: #fff;
}
footer .footer_b a {
  color: #fff;
}
footer .footer_b a:hover {
  color: #333;
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
@media screen and (max-width: 1450px) {
  .rightMenu {
    right: 0px;
  }
  .rightMenu > a,
  .rightMenu > span,
  .rightMenu > div {
    width: 42px;
    height: 42px;
    margin-top: 4px;
  }
  .rightMenu > a i,
  .rightMenu > span i,
  .rightMenu > div i {
    font-size: 20px !important;
  }
  header .content {
    width: calc(100% - 30px) !important;
  }
  header .logoBox {
    width: 148px;
    margin-right: 15px;
  }
  header .lang {
    margin-right: 15px;
    margin-left: 15px;
  }
  header .lang .lang_box {
    min-width: 66px;
    height: 32px;
    padding: 0px 5px;
    gap: 0px 2px;
  }
  header .lang .lang_box span {
    font-size: 14px;
    line-height: 22px;
  }
  header .center {
    margin-left: 0px;
  }
  header .menuOne {
    font-size: 16px;
    line-height: 30px;
    margin-right: 18px;
  }
  header .menuOne > a {
    padding: 20px 0px;
  }
  header .ul {
    min-width: 220px;
  }
  header .ul li {
    font-size: 16px;
    line-height: 28px;
  }
  header .ul li a {
    padding: 15px 0px;
  }
  .fyhead .menuOne > a {
    padding: 15px 0px;
  }
  .padding_top {
    padding-top: 72px;
  }
  .little_title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .big_title {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .index1 {
    padding: 60px 0px 80px;
  }
  .index1 .title {
    font-size: 22px;
    line-height: 32px;
  }
  .index1 .describe {
    font-size: 16px;
    line-height: 26px;
  }
  .index1 .describe2 {
    margin-top: 8px;
  }
  .index1 .link {
    width: 50px;
    height: 50px;
  }
  .index1 .container {
    margin-top: 40px;
  }
  .index2 .container {
    padding: 7% 0px 26%;
  }
  .index2 .describe {
    margin-top: 20px;
  }
  .index2 .buttonBox {
    margin-top: 30px;
  }
  .index2 .number_box {
    margin-top: -60px;
    padding: 30px 0px 20px;
  }
  .index2 .number_box li {
    padding: 0px 20px;
  }
  .index2 .big_text {
    font-size: 30px;
  }
  .index2 .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .index2 .small_text {
    font-size: 16px;
    line-height: 30px;
  }
  .index2 .little_text {
    font-size: 20px;
  }
  .index3 {
    padding: 60px 0px 80px;
  }
  .index3 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
  }
  .index3 .sw_box {
    margin-top: 40px;
  }
  .index3 .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }
  .buttonBox a {
    min-width: 150px !important;
    height: 44px !important;
  }
  .PageNumber {
    margin-top: 40px !important;
  }
  .swiper_button div {
    width: 50px;
    height: 50px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  footer .footer_a {
    padding: 40px 0px 60px;
  }
  footer .lif {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 3px;
  }
  footer .lif + * {
    line-height: 30px;
    margin-top: 20px;
  }
  footer .ul3 {
    margin-right: 0px;
    width: 25%;
  }
  footer .ul2 {
    margin-right: 0px;
    width: 34%;
  }
  .bannerBox .bannerbt {
    font-size: 38px;
  }
  .pub_menu {
    font-size: 18px;
  }
  .pub_menu a {
    min-height: 70px;
  }
  .pub_menu1 {
    font-size: 18px;
  }
  .pub_menu1 a {
    width: 16.6666%;
    min-height: 70px;
  }
  .oo1 {
    padding: 80px 0px;
  }
  .oo1 .r_box {
    width: 78%;
  }
  .oo1 .title {
    font-size: 20px;
    line-height: 32px;
  }
  .oo1 .describe {
    margin-top: 15px;
  }
  .oo1 .logo {
    width: 46px;
    height: 46px;
  }
  .oo1 .title_list {
    margin-top: 15px;
  }
  .oo1 .text {
    font-size: 16px;
  }
  .oo1 .list {
    margin-top: 50px;
  }
  .oo2 .number_box {
    margin-top: -60px;
    padding: 30px 0px 20px;
  }
  .oo2 .number_box li {
    padding: 0px 20px;
  }
  .oo2 .big_text {
    font-size: 30px;
  }
  .oo2 .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .oo2 .small_text {
    font-size: 16px;
    line-height: 30px;
  }
  .oo2 .little_text {
    font-size: 20px;
  }
  .oo3 {
    padding: 80px 0px;
  }
  .oo3 .list {
    margin-top: 40px;
  }
  .oo3 .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .oo3 .logo {
    height: 48px;
  }
  .oo3 .sw_box {
    margin-top: 50px;
  }
  .oo3 .describe {
    margin-top: 15px;
  }
  .oo4 {
    padding: 60px 0px 30px;
  }
  .oo4 .sw_box {
    margin-top: 40px;
  }
  .oo4 .time {
    font-size: 18px;
    line-height: 28px;
  }
  .oo4 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .oo5 .sw_box {
    margin-top: 30px;
  }
  .oo5 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .oo5 .small_box {
    padding: 40px 25px;
  }
  .oo5 .big_box {
    padding: 20px 30px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
  }
  .oo5 .big_box .describe {
    margin-top: 14px;
  }
  .oo6 {
    padding-bottom: 80px;
  }
  .oo6 .menu {
    font-size: 16px;
  }
  .oo6 .container {
    margin-top: 40px;
  }
  .ot_container {
    padding: 60px 0px 80px;
  }
  .ot_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .ot_container .describe {
    margin-top: 10px;
  }
  .ot_container .l_box .box {
    padding: 20px 30px;
  }
  .to1 {
    padding: 50px 0px 40px;
  }
  .to1 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }
  .to1 .describe img{ max-width:100%;}
  .to2 .describe {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
  }
  .to2 .buttonBox {
    margin-top: 30px;
  }
  .tt1 {
    padding: 60px 0px;
  }
  .tt1 .describe {
    font-size: 20px;
    line-height: 28px;
  }
  .tt1 h1 {
    font-size: 22px;
    line-height: 36px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .tt1 .box {
    padding-left: 15px;
    padding-top: 15px;
  }
  .tt1 .describe1 {
    font-size: 16px;
    line-height: 30px;
  }
  .tt1 .describe1 p::before {
    top: 16px;
  }
  .pub1 {
    padding: 60px 0px 80px;
  }
  .pub1 .big_title {
    padding-bottom: 20px;
  }
  .pub1 .describe {
    font-size: 18px !important;
    line-height: 30px !important;
    height: auto;
    margin-top: 20px;
  }
  .pub1 .buttonBox {
    margin-top: 30px;
  }
  .tth1 {
    padding: 60px 0px 80px;
  }
  .tth1 .container {
    margin-top: 50px;
  }
  .tth1 h1 {
    font-size: 22px;
    line-height: 36px;
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .tth1 .bt {
    font-size: 16px;
    line-height: 26px;
    margin: 15px auto 0px;
  }
  .tth1 .describe {
    font-size: 16px;
    line-height: 30px;
  }
  .tth1 .describe p::before {
    top: 16px;
  }
  .tth1 .r_box {
    padding-bottom: 0px;
  }
  .tth2 {
    padding: 60px 0px 0px;
  }
  .tth2 .bt {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
  }
  .tfu1 {
    padding: 60px 0px 0px;
  }
  .tfu1 .bt {
    font-size: 16px;
    line-height: 26px;
    margin: 15px auto 0px;
  }
  .tfu2 h1 {
    font-size: 22px;
    line-height: 36px;
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .tfu2 .describe {
    font-size: 16px;
    line-height: 30px;
  }
  .tfu2 .describe p::before {
    top: 16px;
  }
  .tfu2 .buttonBox {
    margin-top: 30px;
  }
  .tfu2 figure {
    padding: 60px 0px 70px;
  }
  .tfu2 .r_box {
    padding-top: 0px;
  }
  .tho1 {
    padding: 60px 0px;
  }
  .tho1 .bt {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
  }
  .tho1 h1 {
    font-size: 24px;
  }
  .tho1 .describe {
    line-height: 28px;
    margin-top: 15px;
  }
  .tho1 .describe1 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  .tho1 .container {
    margin-top: 40px;
  }
  .tho2 {
    padding-bottom: 60px;
  }
  .tho2 figure {
    font-size: 16px;
    line-height: 26px;
  }
  .tho2 .name {
    margin-top: 15px;
  }
  .fuo_container {
    padding: 60px 0px 80px;
  }
  .fuo_container .list {
    margin-top: 50px;
    gap: 30px 2.8565%;
  }
  .fuo_container .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .fo_container {
    padding: 60px 0px 80px;
  }
  .fo_container .list {
    gap: 30px 3.821%;
    margin-top: 40px;
  }
  .fo_container .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }
  .ft1 {
    padding: 60px 0px 0px;
    align-items: center;
  }
  .ft1 h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .ft1 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  .ft1 .buttonBox {
    margin-top: 30px;
  }
  .ft1 .r_box {
    padding-top: 0px;
  }
  .ft2 {
    padding: 80px 0px;
  }
  .ft2 .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }
  .ft2 .sw_box {
    margin-top: 30px;
  }
  .so_container {
    padding: 60px 0px;
  }
  .so_container .content {
    padding: 60px 50px;
    align-items: center;
  }
  .so_container .l_box {
    padding-bottom: 0px;
  }
  .so_container .title {
    font-size: 24px;
    line-height: 32px;
  }
  .so_container .bt {
    font-size: 16px;
  }
  .so_container .logo {
    width: 52px;
    height: 52px;
    margin-right: 20px;
  }
  .so_container .list {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .rightMenu {
    transform: none;
    flex-direction: row;
    width: 100%;
    top: auto;
    bottom: 0px;
    display: flex;
    border-top: 1px solid #bbb;
  }
  footer .share{
    margin-top: 8px;
  }
  .rightMenu > a,
  .rightMenu > span,
  .rightMenu > div {
    flex: 1;
    border-radius: 0px;
    box-shadow: none;
    margin-top: 0px !important;
  }
  .rightMenu .wx {
    position: relative;
  }
  .rightMenu .wx > img {
    bottom: calc(100% + 2px);
    transform: translate(50%);
    right: 50%;
  }
  .rightMenu .ws {
    position: relative;
  }
  .rightMenu .ws > .hide_box {
    bottom: calc(100% + 2px);
    transform: translate(50%);
    right: 50%;
  }
  .rightMenu .goTop > a {
    width: 100%;
    height: 100%;
  }
  .rightMenu .goTop > a:hover i {
    color: #fff;
  }
  header {
    padding: 12px 0px;
  }
  header .back {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .menuOne {
    display: none;
  }
  header .center {
    padding-right: 40px;
  }
  .padding_top {
    padding-top: 63.08px;
  }
  .little_title {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .big_title {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .index1 {
    padding: 20px 0px 30px;
  }
  .index1 .describe {
    font-size: 15px;
    line-height: 24px;
  }
  .index1 .describe1 {
    margin-top: 3px;
  }
  .index1 .container {
    margin-top: 15px;
  }
  .index1 .box1 {
    padding-top: 10px !important;
  }
  .index1 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .index1 .link {
    width: 38px;
    height: 38px;
    margin-bottom: 5px;
  }
  .index1 .describe2 {
    margin-top: 5px;
  }
  .swiper_button div {
    width: 38px;
    height: 38px;
    border: 1px solid #0b5ed7;
    color: #0b5ed7;
  }
  .swiper_button div:hover {
    background: #0b5ed7;
    color: #fff;
  }
  .swiper_button div:hover i {
    color: #fff;
  }
  .swiper_button i {
    color: #0b5ed7;
  }
  .buttonBox a {
    min-width: 122px !important;
    height: 38px !important;
  }
  .buttonBox span {
    margin-left: 6px;
  }
  .index2 .bofangBox {
    top: 70%;
  }
  .index2 .bofangBox img {
    width: 80px;
  }
  .index2 .describe {
    margin-top: 8px;
  }
  .index2 .buttonBox {
    margin-top: 15px;
  }
  .index2 .number_box {
    margin-top: -20px;
    padding: 15px 0px;
  }
  .index2 .big_text {
    font-size: 24px;
    line-height: 28px;
  }
  .index2 .j-hdata1 {
    line-height: 28px;
  }
  .index2 .small_text {
    font-size: 14px;
    line-height: 22px;
  }
  .index2 .little_text {
    font-size: 16px;
    line-height: 22px;
  }
  .index2 .text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 2px;
  }
  .index3 {
    padding: 30px 0px 40px;
  }
  .index3 .l_box {
    padding-bottom: 0px;
  }
  .index3 .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px;
  }
  .index3 .sw_box {
    margin-top: 15px;
  }
  .index3 .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  footer .footer_a {
    padding: 20px 0px 30px;
  }
  footer .ul1,
  footer .ul2 {
    display: none;
  }
  footer .ul3 {
    width: 50%;
  }
  footer .box {
    width: 40%;
  }
  footer .lif {
    padding: 8px 3px;
  }
  footer .lif + * {
    margin-top: 15px;
    line-height: 26px;
  }
  footer .footer_b {
    padding: 20px 0px 55px;
  }
  html body {
    font-size: 14px;
    line-height: 22px;
  }
  .bannerBox .bannerbt {
    font-size: 26px;
    line-height: 36px;
  }
  .pub_menu {
    font-size: 15px;
    line-height: 24px;
  }
  .pub_menu a {
    width: 20%;
    min-height: 58px;
  }
  .pub_menu1 {
    font-size: 15px;
    line-height: 24px;
  }
  .pub_menu1 a {
    width: 33.3333%;
    min-height: 58px;
  }
  .pub_menu1 a:nth-of-type(3n)::before {
    display: none;
  }
  .oo .big_title {
    padding-bottom: 6px;
  }
  .oo1 {
    flex-wrap: wrap;
    padding: 20px 0px 30px;
  }
  .oo1 .list {
    margin-top: 25px;
  }
  .oo1 .l_box {
    flex: none;
  }
  .oo1 .r_box {
    width: 100%;
  }
  .oo1 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .oo1 .describe {
    margin-top: 8px;
  }
  .oo1 .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .oo1 .text {
    font-size: 15px;
    margin-top: 5px;
  }
  .oo2 .bofangBox img {
    width: 80px;
  }
  .oo2 .number_box {
    margin-top: -20px;
    padding: 15px 0px;
  }
  .oo2 .big_text {
    font-size: 24px;
    line-height: 28px;
  }
  .oo2 .j-hdata1 {
    line-height: 28px;
  }
  .oo2 .small_text {
    font-size: 14px;
    line-height: 22px;
  }
  .oo2 .little_text {
    font-size: 16px;
    line-height: 22px;
  }
  .oo2 .text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 2px;
  }
  .oo3 {
    padding: 30px 0px 40px;
  }
  .oo3 .logo {
    height: 42px;
  }
  .oo3 .text {
    font-size: 15px;
    line-height: 24px;
  }
  .oo3 .list {
    margin-top: 20px;
  }
  .oo3 .sw_box {
    margin-top: 25px;
  }
  .oo3 .link {
    opacity: 1 !important;
  }
  .oo3 .swiper_button {
    margin-top: 25px;
  }
  .oo4 {
    padding: 30px 0px;
  }
  .oo4 .sw_box {
    margin-top: 20px;
  }
  .oo4 .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 4px;
  }
  .oo4 .box {
    margin-top: 10px;
  }
  .oo4 .time {
    font-size: 16px;
    line-height: 24px;
  }
  .oo4 .swiper-slide .time {
    font-weight: bold;
  }
  .oo4 .swiper-slide .dian {
    background: #fff;
  }
  .oo4 .swiper-slide .dian::after {
    opacity: 0;
  }
  .oo4 .swiper-slide .dian::before {
    background: #0b5ed7;
  }
  .oo4 .swiper-slide .box {
    background-color: rgba(255, 255, 255, 0.25);
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .oo5 {
    padding: 30px 0px 40px;
  }
  .oo5 .sw_box {
    margin-top: 20px;
  }
  .oo5 .swiper {
    padding: 0px;
  }
  .oo5 .small_box {
    display: none;
  }
  .oo5 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .oo5 .big_box {
    padding: 15px 12px;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    opacity: 1 !important;
    width: 100%;
    height: 100%;
  }
  .oo5 .big_box .title {
    margin-top: 3px;
  }
  .oo5 .big_box .describe {
    margin-top: 8px;
  }
  .oo5 .swiper_button {
    margin-top: 25px;
  }
  .oo5 .swiper-slide {
    opacity: 1;
    pointer-events: initial;
  }
  .oo5 .swiper {
    overflow: hidden;
  }
  .oo6 {
    padding-bottom: 40px;
  }
  .oo6 .menu {
    font-size: 14px;
  }
  .oo6 .menu span {
    min-width: 110px;
    min-height: 38px;
  }
  .oo6 .container {
    margin-top: 20px;
  }
  .ot .big_title {
    padding-bottom: 6px;
  }
  .to .big_title {
    padding-bottom: 6px;
  }
  .ot_container {
    padding: 20px 0px 40px;
  }
  .ot_container .list {
    margin-top: 20px;
  }
  .ot_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .ot_container .describe {
    margin-top: 3px;
  }
  .ot_container .l_box .box {
    padding: 15px 20px;
  }
  .to1 {
    padding: 30px 0px 40px;
  }
  .to1 .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 8px;
  }
   
  .to1 .imgBox {
    margin-top: 12px;
  }
  .to2 {
    padding: 30px 0px 40px;
    gap: 30px 0px;
  }
  .to2 .describe {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .to2 .buttonBox {
    margin-top: 20px;
  }
  .tt .big_title,
  .tth .big_title,
  .tfu .big_title,
  .tho .big_title,
  .fuo .big_title,
  .fo .big_title {
    padding-bottom: 6px;
  }
  .tt1 {
    padding: 30px 0px 40px;
  }
  .tt1 .describe {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .tt1 .container {
    margin-top: 20px;
  }
  .tt1 h1 {
    font-size: 18px;
    line-height: 30px;
  }
  .pub1 {
    padding: 30px 0px 40px;
    margin-top: 30px;
  }
  .pub1 .container {
    margin-top: 20px;
  }
  .pub1 .describe {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-top: 10px;
  }
  .pub1 .buttonBox {
    margin-top: 20px;
  }
  .tth1 {
    padding: 20px 0px 40px;
  }
  .tth1 .bt {
    font-size: 15px;
    line-height: 24px;
    margin: 8px auto 0px;
  }
  .tth1 .container {
    margin-top: 20px;
  }
  .tth1 h1 {
    font-size: 18px;
    line-height: 30px;
  }
  .tth1 .describe {
    margin-top: 20px;
  }
  .tth1 .container {
    gap: 15px 8%;
  }
  .tth2 {
    padding: 30px 0px 0px;
  }
  .tth2 .bt {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
  }
  .tth2 .container {
    margin-top: 20px;
  }
  .tfu1 {
    padding: 20px 0px 0px;
  }
  .tfu1 .bt {
    font-size: 15px;
    line-height: 24px;
    margin: 8px auto 0px;
  }
  .tfu2 figure {
    padding: 30px 0px 40px;
  }
  .tfu2 h1 {
    font-size: 18px;
    line-height: 30px;
  }
  .tfu2 .describe {
    margin-top: 20px;
  }
  .tfu2 .content {
    gap: 15px 8%;
  }
  .tho1 {
    padding: 20px 0px 30px;
  }
  .tho1 .bt {
    font-size: 15px;
    line-height: 24px;
    margin: 8px auto 0px;
  }
  .tho1 .buttonBox {
    margin-top: 20px;
  }
  .tho1 h1 {
    font-size: 18px;
    line-height: 30px;
  }
  .tho1 .describe {
    line-height: 24px;
    margin-top: 5px;
  }
  .tho1 .describe1 {
    margin-top: 5px;
  }
  .tho1 .describe1 p {
    padding: 10px 0px;
  }
  .tho1 .container {
    gap: 15px 8%;
  }
  .tho2 {
    padding-bottom: 40px;
  }
  .tho2 .container {
    margin-top: 15px;
  }
  .tho2 .name {
    margin-top: 8px;
  }
  .tho2 .text {
    margin-top: 2px;
  }
  .tho3 {
    padding: 30px 0px 40px;
  }
  .tho3 .container {
    margin-top: 20px;
    gap: 15px 0px;
  }
  .tho3 .container1 {
    margin-top: 20px;
    gap: 15px 0px;
  }
  .PageNumber {
    font-size: 14px;
    margin-top: 20px !important;
  }
  .PageNumber a {
    margin-right: 5px;
    width: 28px;
    height: 28px;
  }
  .PageNumber a .iconfont {
    font-size: 12px;
  }
  .PageNumber span {
    margin-left: 5px;
  }
  .PageNumber input {
    font-size: 14px;
    height: 28px;
    min-width: 158px;
  }
  .fuo_container {
    padding: 30px 0px 40px;
  }
  .fuo_container .list {
    margin-top: 20px;
    gap: 15px 2.8565%;
  }
  .fuo_container .name {
    margin-top: 6px;
  }
  .fo_container {
    padding: 30px 0px 40px;
  }
  .fo_container .list {
    margin-top: 25px;
    gap: 15px 3.821%;
  }
  .fo_container .name {
    font-size: 15px;
    line-height: 24px;
    margin-top: 8px;
  }
  .ft1 {
    padding: 30px 0px 0px;
  }
  .ft1 h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .ft1 .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  .ft1 .buttonBox {
    margin-top: 20px;
  }
  .ft2 {
    padding: 30px 0px 40px;
  }
  .ft2 .sw_box {
    margin-top: 20px;
  }
  .ft2 .name {
    font-size: 15px;
    line-height: 24px;
    margin-top: 8px;
  }
  .so_container {
    padding: 30px 0px 40px;
  }
  .so_container .content {
    padding: 20px 30px 30px;
  }
  .so_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .so_container .bt {
    margin-top: 5px;
  }
  .so_container .logo {
    width: 42px;
    height: 42px;
    margin-right: 15px;
  }
  .so_container .list {
    font-size: 15px;
    margin-top: 15px;
    gap: 15px 0px;
  }
  .so_container form input,
  .so_container form textarea {
    font-size: 15px;
  }
  .so_container form input {
    height: 42px;
  }
  .so_container form .yzm span,
  .so_container form .yzm a {
    height: 42px;
  }
  .so_container form .submit input {
    height: 42px;
  }
  .so_container .xian {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .rightMenu .wx > img {
    bottom: 100%;
    transform: none;
    left: 0%;
  }
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  header {
    padding: 10px 0px;
  }
  header .logoBox {
    width: 138px;
  }
  header .lang .lang_box {
    min-width: 60px;
    height: 28px;
  }
  .padding_top {
    padding-top: 56.44px;
  }
  .bannerBox .bannerbt {
    font-size: 20px;
    line-height: 28px;
  }
  .mbx {
    display: none;
  }
  .title_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0px;
  }
  .index1 .title_top {
    align-items: flex-start;
  }
  .index1 .tl_box {
    flex: none;
    width: 100%;
  }
  .index1 .box {
    gap: 5px 10px;
  }
  .index1 .link {
    width: 32px;
    height: 32px;
  }
  .index2 .number_box {
    margin-top: 20px;
    padding: 25px 0px;
    gap: 20px 0px;
  }
  .index2 .number_box li {
    width: 33.3333%;
    padding: 0px 15px;
    justify-content: flex-start;
  }
  .index2 .number_box li:nth-of-type(5n)::before {
    display: block;
  }
  .index2 .number_box li:nth-of-type(3n)::before {
    display: none;
  }
  .index2 .container {
    padding: 8% 0px 30%;
  }
  .index3 .l_box {
    width: 100%;
  }
  .index3 .title_top {
    align-items: flex-start;
  }
  .pub_menu {
    font-size: 15px;
  }
  .pub_menu a {
    min-height: 40px;
    width: 33.33333%;
  }
  .oo1 .list {
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  .oo1 .list li {
    width: 48%;
  }
  .oo2 .number_box {
    margin-top: 20px;
    padding: 25px 0px;
    gap: 20px 0px;
  }
  .oo2 .number_box li {
    width: 33.3333%;
    padding: 0px 15px;
    justify-content: flex-start;
  }
  .oo2 .number_box li:nth-of-type(5n)::before {
    display: block;
  }
  .oo2 .number_box li:nth-of-type(3n)::before {
    display: none;
  }
  .oo3 .list {
    gap: 20px 0px;
  }
  .oo3 li {
    width: 50%;
  }
  .oo3 li:nth-of-type(2n) {
    border-right: none;
  }
  .oo4 .l_box {
    width: 100%;
  }
  .oo4 .swiper_button {
    width: 100%;
    justify-content: flex-end;
  }
  .oo5 .l_box {
    width: 100%;
  }
  .oo6 .l_box {
    width: 100%;
  }
  .oo6 .menu {
    width: 100%;
    justify-content: center;
  }
  .ot_container {
    max-width: 700px !important;
  }
  .ot_container .r_box {
    width: 100%;
  }
  .ot_container .l_box {
    flex: none;
    width: 100%;
  }
  .ot_container .box {
    position: relative;
  }
  .to2 {
    max-width: 689px !important;
  }
  .to2 figure {
    flex-direction: column-reverse !important;
  }
  .to2 .l_box {
    width: 100%;
    margin-top: 20px;
  }
  .to2 .r_box {
    width: 100% !important;
  }
  .tt1 .container {
    align-items: center;
    gap: 0px 20px;
  }
  .tt1 .describe1 {
    min-width: none;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
  }
  .tt1 .describe1 p::before {
    top: 12px;
  }
  .tt1 .box {
    flex-wrap: wrap;
  }
  .pub1 .content {
    max-width: 689px !important;
  }
  .pub1 figure {
    flex-direction: column-reverse !important;
  }
  .pub1 .l_box {
    width: 100%;
  }
  .pub1 .r_box {
    width: 100% !important;
    margin-top: 20px;
  }
  .tth1 .describe {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    margin-top: 3px;
  }
  .tth1 .describe p::before {
    top: 12px;
  }
  .tfu2 .describe {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    margin-top: 3px;
  }
  .tfu2 .describe p::before {
    top: 12px;
  }
  .tho2 .container {
    gap: 20px 4%;
  }
  .tho2 figure {
    width: 48%;
  }
  .fuo_container .list {
    gap: 15px 4%;
  }
  .fuo_container li {
    width: 48%;
  }
  .fuo_container .name {
    font-size: 15px;
    line-height: 24px;
  }
  .fo_container .list {
    gap: 15px 4%;
  }
  .fo_container li {
    width: 48%;
  }
  .ft1 {
    max-width: 660px !important;
  }
  .ft1 .l_box {
    width: 100%;
  }
  .ft1 .r_box {
    margin-top: 20px;
    width: 100%;
  }
  .so_container .l_box {
    width: 100%;
  }
  .so_container .r_box {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header .center {
    padding-right: 30px;
  }
  .index1 .l_box {
    width: 100%;
  }
  .index1 .r_box {
    width: 100%;
  }
  .index1 .container {
    margin-top: 20px;
    gap: 20px 0px;
  }
  .index2 .box {
    width: 100%;
  }
  .index2 .container {
    padding: 10% 0px 50%;
  }
  .index2 .bofangBox {
    top: 78%;
  }
  .index2 .number_box {
    gap: 15px 0px;
  }
  .index2 .number_box li {
    justify-content: flex-start;
    width: 50%;
  }
  .index2 .number_box li::before {
    display: block !important;
  }
  .index2 .number_box li:nth-of-type(2n)::before {
    display: none !important;
  }
  footer .ul3 {
    width: 100%;
    max-width: 400px;
  }
  footer .box {
    display: none;
  }
  footer .footer_a .content {
    align-items: center;
    justify-content: center;
  }
  .oo2 .number_box {
    gap: 15px 0px;
  }
  .oo2 .number_box li {
    justify-content: flex-start;
    width: 50%;
  }
  .oo2 .number_box li::before {
    display: block !important;
  }
  .oo2 .number_box li:nth-of-type(2n)::before {
    display: none !important;
  }
  .pub_menu a {
    width: 50%;
  }
  .pub_menu1 a {
    width: 50%;
  }
  .pub_menu1 a:nth-of-type(3n)::before,
  .pub_menu1 a:nth-of-type(6n)::before {
    display: flex;
  }
  .pub_menu1 a:nth-of-type(2n)::before {
    display: none;
  }
  .oo6 .list {
    gap: 15px 4%;
  }
  .oo6 li {
    width: 48%;
  }
  .tt1 .container {
    gap: 20px 0px;
  }
  .tt1 .l_box {
    flex: none;
    width: 100%;
  }
  .tt1 .r_box {
    width: 100%;
  }
  .tth1 .container {
    flex-wrap: wrap;
  }
  .tth1 .l_box {
    flex: none;
    width: 100%;
  }
  .tth1 .r_box {
    width: 100%;
  }
  .tfu2 .content {
    flex-wrap: wrap;
  }
  .tfu2 .l_box {
    flex: none;
    width: 100%;
  }
  .tfu2 .r_box {
    width: 100%;
  }
  .tho1 .l_box {
    flex: none;
    width: 100%;
  }
  .tho1 .r_box {
    width: 100%;
  }
  .tho2 .box {
    padding: 0px 5px;
  }
  .so_container .content {
    padding: 20px 20px 30px;
  }
  .so_container form {
    gap: 10px 0px;
  }
  .so_container form .int {
    width: 100%;
  }
  .so_container form input {
    height: 36px;
  }
  .so_container form .yzm span,
  .so_container form .yzm a {
    height: 34px;
    max-width: 120px;
    margin-left: 10px;
  }
  .so_container form .yzm span img,
  .so_container form .yzm a img {
    width: 100%;
    height: 100%;
  }
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("iconfont.woff?t=1723085310190") format("woff"), url("iconfont.ttf?t=1723085310190") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}

.so2 .iframe{ overflow:scroll;    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;}
@media screen and (max-width: 1450px) {
    html body .content {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 1200px) {
    html body .content {
        width: calc(100% - 160px);
    }
}

@media screen and (max-width: 992px) {
    html body .content {
        width: calc(100% - 60px);
    }
}
@media screen and (max-width: 768px) {
    html body .content {
        width: calc(100% - 40px);
    }
}

.dif_title{
	color: #333;
	text-align: center;
	margin-top: 14px;
}
.oo3 .sw_box1{
	margin-top: 44px;
}
.swiperoo3_dif-pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-top: 34px;
}

.swiperoo3_dif-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	border-radius: 50%;
	background: #ddd;
	margin: 0px !important;
	display: block;
}
.swiperoo3_dif-pagination .swiper-pagination-bullet-active{
	background: #0b5ed7;
}

@media screen and (max-width: 992px){
	.oo3 .sw_box1{
		margin-top: 20px;
	}
	.dif_title{
		margin-top: 8px;
	}
	.swiperoo3_dif-pagination{
		margin-top: 20px;
	}
}